body {
	background-image: url(img/bg2.jpg);
	background-color: #516D42;
	background-repeat:repeat-x, y;
         margin: 0;
	padding:0;	
	font-size:12px;
	font-family:Verdana, "Trebuchet MS", Arial, Sans-serif;	
}

/***************   COMMON ELEMENTS                      
############################################*/

abbr {
	cursor:help;
}	
blockquote 
{
    margin:1 em;
    padding-left:20px;
    border-left:#c7c7c7 1px solid;    
}
a 
{
	text-decoration:none;
	border-bottom:0px dashed;
}
a:link,a:visited {
	color:#516D42;
}
a:hover, a:active {
	color:#516D42;
	
	font-size: 12px;
}	

p {
	line-height:1.8em;
	margin-bottom:0.5em;
}	

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li 
{
	margin:5px 0;
	padding:0;
}	
ul li 
{
	padding:0 0 5px 15px;
	list-style:none;
	background:url(img/parl_bullet.png) no-repeat top left;
}
h1,h2,h3,h4,h5,h6 
{
	font-family:Arial, Georgia, Verdana, Serif;	
}
h1 {
	font-size: 26px;
	font-weight:bold;
	margin-bottom:0;
	color:#516D42;
}	
h2 {
	font-size:24px;	
	color:#516D42;
	margin:0.5em 0;
	padding:0.25em 0;
	font-weight:normal;	
}

h3 {
	font-size:22px;	
	color:#516D42;
	margin:0.5em 0;
	padding:0.25em 0;
	font-weight:normal;	
}

h4 {
	font-size:20px;	
	color:#516D42;
	margin:0.5em 0;
	padding:0.25em 0;
	font-weight:normal;	
}

h5 {
	font-size:18px;	
	color:#516D42;
	margin:0.5em 0;
	padding:0.25em 0;
	font-weight:normal;	
}

h6 {
	font-size:16px;	
	color:#516D42;
	margin:0.5em 0;
	padding:0.25em 0;
	font-weight:normal;	
}

fieldset 
{
	border:none;
}
img.left
{
float: left;
margin: 0 14px 3px 0;
}
img.right
{
float: right;
margin: 0 14px 3px 0;
}

#container {
	background:#fff url(img/bg1.png) repeat-y left;
	margin:5px auto;
	width:900px;	
}

#header {
	margin:0 auto;
	height:300px;
	background: url(img/Corvette.gif) no-repeat center;	
	color:#000;
	position:relative;
}

#header h1{
	font-size:200%;
	font-weight:normal;
	font-family:"Century Gothic", sans-serif;
	letter-spacing:0.1ex;	
	background:none;	
	margin:0;
	padding:30px 10px;	
}
#header h1 a 
{
	color:#d0f0d0;
	border-bottom:none;
}
#header h1 a:hover, #header h1 a:active
{
	color:#f0f0f0;
	border-bottom:none;
}

#content {
	float:right;
	width:670px;
	margin:0 5px 0 5px;
	padding:0 5px 0px 5px;	
}
#intro 
{
	background:#ffffff;	
	margin:0 0px 0 0px;
	padding:0 0px 0 0px;
	border-bottom: solid 0px #516D42;
        font-size: 12px;	
        line-height: 24px;	
}
#intro .profile 
{
	border:#e1d2bd 0px solid;
	margin:0 0.5em 0 0;
	padding:8px;
}
#intro em.feed
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding:2px 0 2px 16px;
	font-style:normal;
}

.page-title 
{
    margin:0.5em;
    padding:0.5em;	
}
.post 
{
    margin:0 5px 0 0px;
    padding:0 5px 0 0px;
}
ul#posts li em
{
	font-style:normal;
	float:right;
	font-weight:normal;
       font-size: 12px;
font-color: #000000;
}
.post-title 
{
    font-size:160%;	
    border:none;
    margin:0px 0 0 0;
    padding:0;
}
.post-title a:link, .post-title a:visited 
{
    color:#333300;
    border-bottom:none;
    font-size: 12px;
font-color: #000000;

}
.post-title a:hover, .post-title a:active 
{
    color:#666633;
    border-bottom:none;
    font-size: 12px;
}
.post-date 
{
    margin:0;
    padding:0;
    color:#999;    
    font-size:12px;
}
.post-info 
{
    color:#999;
    margin:0;
    padding:3px 0;    
    border-top:#ccc 1px solid;
    clear:both;
    font-size:0.9em;    
}
.post-info em 
{
    color:#666;
    font-style:normal;
}
.post-info em.user
{
	background:url(img/user.png) no-repeat left center;
	padding:2px 0 2px 12px;
}
.post-info em.cat
{
	background:url(img/star.png) no-repeat left center;
	padding:2px 0 2px 12px;
}
.post-info a:link, .post-info a:visited
{
    border:none;
}
.post-info a:hover, .post-info a:active
{
    border-bottom:1px solid;
}
.post-content 
{

    margin:0;
    padding:0.2em 0.2em;
}
.post-comments 
{
   float:right;
}
.post-comments a 
{
   background:url(img/comments-small.gif) no-repeat left center;
   padding-left:12px;   
}
#sidebar {
	float:left;
	width:175px;
	padding-left:15px;
	font-size:11px;	
}
#sidebar h2
{
    color:#516D42; 
    margin:0 0 0 0;
    font-size:16px;   
    font-weight:bold; 
    text-decoration:none;
    border-bottom:1px dashed;       
     
}
#sidebar ul 
{
	margin:0;
	padding:5px 0;
	list-style:none;
}
#sidebar ul li 
{
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
	background:none;	
}
#sidebar ul ul, #sidebar form 
{
    margin:0;
    padding:0.5em 0 0 1em;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:5px 0;
}
#sidebar ul li ul li ul li
{
	margin:0;
	padding:5px 0 5px 12px;
	background:url(img/arrow.gif) no-repeat left center;
}
#sidebar li li a:link, #sidebar li li a:visited
{
    color:#516D42;
    border:none; 

}
#sidebar li li a:hover,#sidebar li li a:active
{
    border-bottom:#516d42 0px solid;
}
#sidebar li li 
{
    margin:0.5em 0;
}
#footer {
	clear:both;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	font-size:9px;
	background:#f9f9f9 url(img/footer.png) top repeat-x;	
}
#footer a 
{
	border:none;
	font-size: 9px;
	color: #516D42;
}
/*Comments Style*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 10px 0;
	padding: 1em 0.5em;
	background:#f9f9f9;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0;	
	font-style:normal;
	font-size:0.9em;
	color:#666;
}
.commentlist .alt
{
	background: #fff url(img/gradtop.gif) repeat-x top;	
	border-top: #aaa 1px solid;
}

/***************   NAVIGATION                         
############################################*/

ul#navigation {
	list-style:none;
	margin:0 auto;	
	padding:0;
	font-family:Arial,Georgia, Verdana, Serif;
	font-weight:normal;
	background:#516D42;	
	text-transform:uppercase;
	height:30px;
	line-height:30px;	
	font-size:11px;
}

ul#navigation li 
{
	float:left;
  margin:0;
  padding:0;
  list-style:none;  
  white-space:nowrap;	
  background:none;
font-size:11px;
	
}	

ul#navigation li a {
	 display:block;
  padding:0 15px;
  text-transform:uppercase;
  letter-spacing:1px;
  border:none;
  color:#ffffff;
font-size:11px;
  
}	
ul#navigation li a:hover,ul#navigation li a:active, #navigation li.current_page_item a
{
	color:#fff;
	background:#516D42;
        text-decoration: none;
font-size:11px;
	
}
/***************   TEXT ELEMENTS                   
############################################*/

textarea, input.textbox
{
    background:#fff url(img/gradtop.gif) repeat-x top;
	border:#aaa 1px solid;
}
textarea 
{
	width:90%;
} 
textarea:focus, input.textbox:focus 
{
	border:#964 1px solid;
}
dl dt 
{
	font-weight:bold;
font-size: 12px;
	margin:5px 0;	
font-color: #000000;

}
dl dd 
{
	padding-left:20px;
	display:inline;
}
#content ul.asides 
{
	margin:0 1em;
	padding:0;
	list-style:none;
}
#content ul.asides li 
{
	margin:1em 0;
	padding:0 15px;	
}
#content, #sidebar, .widget, #footer 
{
	overflow:hidden;
	font-size: 12px;
font-color: #000000;
}

#subscribe {

	border-top:#c7c7c7 1px solid;
        border-bottom:#c7c7c7 1px solid;
        border-left:#c7c7c7 1px solid;
        border-right:#c7c7c7 1px solid;
	margin:0 0.5em 0 0;
	padding:5px;
        width:160px;
        background-color:#ffffff;
}

#gallery {

	border-top:#516D42 1px solid;
        border-bottom:#516D42 1px solid;
        border-left:#516D42 1px solid;
        border-right:#516D42 1px solid;
	margin:0 0.5em 0 0;
	padding:5px;
        width:160px;
        background-color:#ffffff;
}

#spacer {
     
        width: 10px;
        height: 10px;
        border:#ffffff 0px solid;
}

#main {

	border-top:#c7c7c7 1px solid;
        border-bottom:#c7c7c7 1px solid;
        border-left:#c7c7c7 1px solid;
        border-right:#c7c7c7 1px solid;
	margin:0 0.5em 0 0;
	padding:5px;
        width:655px;
        background-color:#ffffff;
}

#content-box {

	border-top:#ffffff 0px solid;
        border-bottom:#ffffff 0px solid;
        border-left:#ffffff 0px solid;
        border-right:#ffffff 0px solid;
	margin:0 0.5em 0 0;
	padding:5px;
        width:655px;
        background-color:#ffffff;
}